AddDocumentJavaScript | Represents a PDF document's JavaScript entry. |
AddFont | Adds a new font to the document and returns its value. |
AddFontFamily | Adds a new font family to the document and returns its value. Check FormattedTextArea for fontfamily use. |
AddImportedPage | Adds a ImportedPage to the document object and returns a new ImportedPage object. |
AddOutline | Adds an Outline object that represents the top level outlines of the document. |
AddPage | Adds a page to the document and returns the new Page object. |
AddRawImageData | Adds an image to the PDF document from a byte array. |
AddType1Font | Adds a Type 1 Font to the Document object and returns a Long (32 bit Integer) value. |
AddUrlOutline | Adds a UrlOutline object to the document object and returns a new UrlOutline object. A UrlOutline is an outline which appears similar to Bookmark object and links to some external Url address. It appears on the left side of the final document. This also represents top level outline in the document. |
AddXYOutline | Adds a XYOutline object to the document object and returns a new XYOutline object.A XYOutline is an outline which appears similar to a Bookmark object and points to page coordinates in the document. This also represents top level outline in the document. |
AddZoomOutline | Adds a ZoomOutline object to the document object and returns a new ZoomOutline object. A ZoomOutline is an outline which appears similar to a Bookmark object and points to a page with a zoom whose values are available in DPDF_Zoom enumeration. |
AppendPdf | Appends a PDF document to the current document. |
AppendTiffFile | Appends a Tiff file to the document. |
Draw | Outputs the generated document to a variant. |
DrawToASP | Deprecated. Use DrawToWeb method instead. |
DrawToFile | Outputs the PDF document to a file. |
DrawToWeb | Outputs the PDF document to the Response object of the ASP page calling this object. |
GetPage | Loads a page from a document and returns a Page object. |
LoadPdf | Loads a existing PDF document pages into the calling document object. |
SetEvenOddTemplate | Sets an even odd template for the document and returns a new EvenOddTemplate object. |
SetHighSecurity | Sets a high 128 bit PDF document security to the document with a user and owner password and returns a new HighSecurity object. |
SetLayoutGrid | Sets a LayoutGrid to the document. |
SetSectionStart | Starts a new Section on the calling document. Whenever a new section is added to the document, any page added after the section will have page number reinitialised. If the document has a PageNumberingLabel within section, it returns a new Section object. |
SetStampEvenOddTemplate | Sets an even odd template for the document and returns a new EvenOddTemplate object. All page elements within this Template will appear in the foreground of the other contents of the PDF. |
SetStampTemplate | Sets a Template object for the document. All page elements within this Template will appear in the foreground of the other contents of the PDF. |
SetStandardSecurity | Sets a 40 bit PDF document security to the document with a user and owner password and returns a new StandardSecurity object. |
SetTemplate | Sets a Template for the document and returns a new Template object. |
SetXmpMetaData | Sets the Xmp metadata for the PDF document. |
Author | Gets or sets a value indicating the author of the document. |
Colors | Gets the color settings for the document. |
CompressionLevel | Gets or sets a value indicating the compression level of the document. |
Creator | Gets or sets a value indicating the creator of the document. |
DefaultFillColor | Get or sets the default fill color of the document. This fill color is used whenever a fill color is not specified for most of the objects added to the document. |
DefaultFont | Get or sets a the default font of the document. This font is used whenever a font is not specified. |
DefaultFontFamily | Get or sets a the default font family of the document. This font family is used whenever a font family is not specified. |
DefaultFontSize | Get or sets a the default size of font of the document. This size is used whenever a font size is not specified. |
DefaultMarginBottom | The default bottom margin of the document. This is the initial setting used on all new pages. |
DefaultMarginLeft | Gets or sets the default left margin of the document. This is the initial setting used on all new pages. |
DefaultMarginRight | Gets or sets the default right margin of the document. This is the initial setting used on all new pages. |
DefaultMarginTop | Gets or sets the default top margin of the document. This is the initial setting used on all new pages. |
DefaultPageHeight | Gets or sets the default page height of the document. This is the initial setting used on all new pages. |
DefaultPageWidth | Get or sets the default page width of the document. This is the initial setting used on all new pages. |
DefaultStrokeColor | Get or sets the default fill color of the document. This fill color is used whenever a fill color is not specified. |
Form | Gets a form object for the PDF document. |
InitialZoom | Gets or sets a value indicating the initial zoom of the document. |
Keywords | Get or sets the keywords property of the Dynamic PDF document. |
Licensing | Gets the licensing information. |
Metrics | Gets the Metrics object associated with the document. The Metrics object contains font metrics functions useful for text measurements. |
PageCount | Gets the count of number of pages that have been added to the document. |
PdfFormat | Gets or sets the format for the PDF document. |
PdfVersion | Gets or sets the version of the PDF document. |
Prepress | Gets the prepress settings for the document. |
Subject | Gets or sets the subject property of the document. |
Title | Gets or sets the title property of the document. |
UseCompression | Gets or sets the option of whether the document should be compressed. |
ViewerPreferences | Gets a ViewerPreferences object that represent the viewer preferences of the document. |
© Copyright 2007, ceTe Software