See Also

Document Overview

Public Methods

Public Method AddDocumentJavaScriptRepresents a PDF document's JavaScript entry.
Public Method AddFontAdds a new font to the document and returns its value.
Public Method AddFontFamilyAdds a new font family to the document and returns its value. Check FormattedTextArea for fontfamily use.
Public Method AddImportedPageAdds a ImportedPage to the document object and returns a new ImportedPage object.
Public Method AddOutlineAdds an Outline object that represents the top level outlines of the document.
Public Method AddPageAdds a page to the document and returns the new Page object.
Public Method AddRawImageDataAdds an image to the PDF document from a byte array.
Public Method AddType1FontAdds a Type 1 Font to the Document object and returns a Long (32 bit Integer) value.
Public Method AddUrlOutlineAdds 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.
Public Method AddXYOutlineAdds 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.
Public Method AddZoomOutlineAdds 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.
Public Method AppendPdfAppends a PDF document to the current document.
Public Method AppendTiffFileAppends a Tiff file to the document.
Public Method DrawOutputs the generated document to a variant.
Public Method DrawToASPDeprecated. Use DrawToWeb method instead.
Public Method DrawToFileOutputs the PDF document to a file.
Public Method DrawToWebOutputs the PDF document to the Response object of the ASP page calling this object.
Public Method GetPageLoads a page from a document and returns a Page object.
Public Method LoadPdfLoads a existing PDF document pages into the calling document object.
Public Method SetEvenOddTemplateSets an even odd template for the document and returns a new EvenOddTemplate object.
Public Method SetHighSecuritySets a high 128 bit PDF document security to the document with a user and owner password and returns a new HighSecurity object.
Public Method SetLayoutGridSets a LayoutGrid to the document.
Public Method SetSectionStartStarts 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.
Public Method SetStampEvenOddTemplateSets 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.
Public Method SetStampTemplateSets a Template object for the document. All page elements within this Template will appear in the foreground of the other contents of the PDF.
Public Method SetStandardSecuritySets a 40 bit PDF document security to the document with a user and owner password and returns a new StandardSecurity object.
Public Method SetTemplateSets a Template for the document and returns a new Template object.
Public Method SetXmpMetaDataSets the Xmp metadata for the PDF document.

Public Properties

Public Property AuthorGets or sets a value indicating the author of the document.
Public Property ColorsGets the color settings for the document.
Public Property CompressionLevelGets or sets a value indicating the compression level of the document.
Public Property CreatorGets or sets a value indicating the creator of the document.
Public Property DefaultFillColorGet 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.
Public Property DefaultFontGet or sets a the default font of the document. This font is used whenever a font is not specified.
Public Property DefaultFontFamilyGet or sets a the default font family of the document. This font family is used whenever a font family is not specified.
Public Property DefaultFontSizeGet or sets a the default size of font of the document. This size is used whenever a font size is not specified.
Public Property DefaultMarginBottomThe default bottom margin of the document. This is the initial setting used on all new pages.
Public Property DefaultMarginLeftGets or sets the default left margin of the document. This is the initial setting used on all new pages.
Public Property DefaultMarginRightGets or sets the default right margin of the document. This is the initial setting used on all new pages.
Public Property DefaultMarginTopGets or sets the default top margin of the document. This is the initial setting used on all new pages.
Public Property DefaultPageHeightGets or sets the default page height of the document. This is the initial setting used on all new pages.
Public Property DefaultPageWidthGet or sets the default page width of the document. This is the initial setting used on all new pages.
Public Property DefaultStrokeColorGet or sets the default fill color of the document. This fill color is used whenever a fill color is not specified.
Public Property FormGets a form object for the PDF document.
Public Property InitialZoomGets or sets a value indicating the initial zoom of the document.
Public Property KeywordsGet or sets the keywords property of the Dynamic PDF document.
Public Property LicensingGets the licensing information.
Public Property MetricsGets the Metrics object associated with the document. The Metrics object contains font metrics functions useful for text measurements.
Public Property PageCountGets the count of number of pages that have been added to the document.
Public Property PdfFormatGets or sets the format for the PDF document.
Public Property PdfVersionGets or sets the version of the PDF document.
Public Property PrepressGets the prepress settings for the document.
Public Property SubjectGets or sets the subject property of the document.
Public Property TitleGets or sets the title property of the document.
Public Property UseCompressionGets or sets the option of whether the document should be compressed.
Public Property ViewerPreferencesGets a ViewerPreferences object that represent the viewer preferences of the document.

See Also

Document Overview

 

 


© Copyright 2007, ceTe Software