Example #1
0
 public PdfDocument(PdfDocumentFormat DocumentFormat) : this()
 {
     this.SetPageFormat(DocumentFormat);
 }
Example #2
0
 public void SetPageFormat(PdfDocumentFormat pdfDocumentFormat)
 {
     this.pdfDocumentFormat = pdfDocumentFormat;
 }