iTextSharp.text.Anchor.Anchor C# (CSharp) Метод

Anchor() публичный Метод

Constructs an Anchor without specifying a leading.
public Anchor ( ) : System
Результат System
        public Anchor()
            : base(16)
        {
        }

Same methods

Anchor::Anchor ( Chunk chunk ) : System
Anchor::Anchor ( Phrase phrase ) : System
Anchor::Anchor ( float leading ) : System
Anchor::Anchor ( float leading, Chunk chunk ) : System
Anchor::Anchor ( float leading, string str ) : System
Anchor::Anchor ( float leading, string str, Font font ) : System
Anchor::Anchor ( string str ) : System
Anchor::Anchor ( string str, Font font ) : System