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

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

Constructs a new Document-object.
public Document ( Rectangle pageSize ) : System
pageSize Rectangle the pageSize
Результат System
        public Document(Rectangle pageSize)
            : this(pageSize, 36, 36, 36, 36)
        {
        }

Same methods

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