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

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

Constructs a new Document-object.
public Document ( ) : System
Результат System
        public Document()
            : this(iTextSharp.text.PageSize.A4)
        {
        }

Same methods

Document::Document ( Rectangle pageSize ) : System
Document::Document ( Rectangle pageSize, float marginLeft, float marginRight, float marginTop, float marginBottom ) : System