iTextSharp.text.Document.Document C# (CSharp) Method

Document() public method

Constructs a new Document-object.
public Document ( Rectangle pageSize ) : System
pageSize Rectangle the pageSize
return 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