ceTe Software Help Library for COM/ActiveX - December 2011 Send comments on this topic.
Document Object Members
See Also  Overview 

Glossary Item Box

Public Methods

Public Method AddBuiltinOutputIntent

Represents an BuiltinOutputIntent.

Public Method AddDocumentJavaScriptRepresents a PDF document's JavaScript entry.
Public Method AddEmbeddedFile

Represents a PDF document's EmbeddedFile 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 AddOutputIntent

Represents an output intent.

Public Method AddPage

Adds a page to the document and returns the new Page object.

Public Method AddRawImageData

Adds 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 AppendPdf

Appends a PDF document to the current document.

Public Method AppendTiffFileAppends a Tiff file to the document.
Public Method CanLoadSystemFontChecks whether the Font can be loaded from the system fonts for the font name provided.
Public Method Certify

Certifies with signing the document digitally.

Public Method DrawOutputs the generated document to a variant.
Public Method DrawToASP

Deprecated. Use DrawToWeb method instead.

Public Method DrawToFile

Outputs the PDF document to a file.

Public Method DrawToWeb

Outputs the PDF document to the Response object of the ASP page calling this object.

Public Method DrawToWebCacheReturns the WebCacheItem Object.
Public Method GetAttachedReturns the Attached Object.
Public Method GetDocumentLayoutReturns DocumentLayout object.
Public Method GetPageLoads a page from a document and returns a Page object.
Public Method GetTagOptionsReturns TagOptions object.
Public Method LoadPdfLoads a existing PDF document pages into the calling document object.
Public Method LoadSystemFont

Load the Font from the system font if it is available.

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 Method SignDigitally sign this 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 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.

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 DefaultMarginBottom

The 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 DefaultPageWidth

Get or sets the default page width of the document. This is the initial setting used on all new pages.

Public Property DefaultStrokeColor

Get or sets the default fill color of the document. This fill color is used whenever a fill color is not specified.

Public Property DefaultTextColorGet or sets a the default text color of the document. This color is used whenever a text color is not specified.
Public Property DigitalSignaturesGets the certificate and timestampserver for the document.
Public Property FormGets a form object for the PDF document.
Public Property InitialPageGets or sets a value indicating the initial page of the Document.
Public Property InitialPageLayoutGets or sets a value indicating the initial layout of the Document.
Public Property InitialPageModeGets or sets a value indicating the initial page mode of the 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 LanguageGets or sets a value indicating the language of the 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 PageCount

Gets 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 PdfXVersion

Gets or sets the PDF/X version for the Document.

Public Property PrepressGets the prepress settings for the document.
Public Property ProducerGets or sets a value indicating the producer of the Document.
Public Property ProductVersion 
Public Property SubjectGets or sets the subject property of the document.
Public Property TagGets or sets a value indicating whether document is tagged.
Public Property Title

Gets or sets the title property of the document.

Public Property Trapped

Gets or sets a value indicating if trapping information is present in 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

© 2011 All Rights Reserved.