Accusoft PDF Xpress Control v7.0
PdfDocument Object Members
Overview 
Public Methods
Public Method AddAttachmentAdds the attachment to the document.
Public Method AddBookmarkChildAdds a new given child bookmark context to the parent bookmark context.
Public Method AddBookmarkChildExAdds a new given child bookmark context to the parent bookmark context.
Public Method AddBookmarkSiblingAdds a new sibling bookmark context to the parent bookmark context.
Public Method AddBookmarkSiblingExAdds a new sibling bookmark context to the parent bookmark context.
Public Method AddHyperlinkAdds a hyperlink to the specified page.
Public Method AddImageFromDataAdds RAW or compressed image data to an existing page in a PDF document.
Public Method AddImageFromFileAdds image data from a file to an existing page in a PDF document.
Public Method AddImageFromHandleAdds image data from a handle to an existing page in a PDF document.
Public Method AddImageFromMemoryAdds image data from memory to an existing page in a PDF document.
Public Method AddSecurityAdds Security to a Document that is not secure.
Public Method AddTextAdds text to a PDF document with specified formatting and rendering data.
Public Method AddWatermarkAdds a watermark into the current PDF document from another PDF document or text.
Public Method ConvertToPdfA

Apply operations to convert a PDF document while satisfying PDF/A-1b compliance. Automatic fix-ups are applied if possible, conversion failure is raised as an exception.

Note: PDF/A compliance is not guaranteed if changes are made to the PDF document after conversion has succeeded.

Public Method CreateBookmarkThis method creates a BookmarkContext object destined to be added to the document.
Public Method CreatePageAdds a new empty page to a PDF document.
Public Method CreateThumbnailFromDataAdds RAW or compressed image data as a thumbnail to an existing page in a PDF document.
Public Method CreateThumbnailFromFileAdds an image as a thumbnail from a file to an existing page in a PDF document.
Public Method CreateThumbnailFromHandleAdds an image as a thumbnail from a handle to an existing page in a PDF document.
Public Method CreateThumbnailFromMemoryAdds an image as a thumbnail from memory to an existing page in a PDF document.
Public Method DeleteAnnotationRemoves the annotation at the specified annotation index from the specified page.
Public Method DeleteAttachmentDeletes the attachment specified by the index.
Public Method DeleteHyperlinkRemoves the hyperlink at the specified index from the specified page.
Public Method DeletePageDeletes an existing page from a PDF document.
Public Method DeleteThumbnailDeletes the thumbnail from a PDF page.
Public Method DeleteWatermarkDeletes watermarks from the document's page.
Public Method ExportXFDFExports PDF annotations to XFDF text data.
Public Method ExportXFDFVariantExports PDF annotations to XFDF text data.
Public Method ExtractImagesExtracts the images on the page specified by the page number using the options specified.
Public Method ExtractPagesExtract pages from the current PDFDocument into new PDFDocument(s).
Public Method ExtractThumbnailExtracts the thumbnail image on the page specified by the page number.
Public Method GetAnnotationCountGets the number of annotations associated with the given page within the PDF Document.
Public Method GetAnnotationNameGets the name of the specific annotation for the specified page in a PDF document.
Public Method GetAnnotationSubtypeGets the subtype of the annotation at the specified annotation index from the specified page.
Public Method GetAttachmentReturns the attachment at the specified index.
Public Method GetAttachmentCountReturns the number of attachments in the document.
Public Method GetBookmarkChildGets the child bookmark context of the given parent bookmark context.
Public Method GetBookmarkRootGets the root bookmark context.
Public Method GetBookmarkSiblingGets the next sibling bookmark context of the parent bookmark context.
Public Method GetExtractedImageGets the extracted image from the previous call to ExtractImages().
Public Method GetHyperlinkGets the hyperlink at the specified page and index.
Public Method GetHyperlinkCountReturns the number of hyperlinks on the specified page.
Public Method GetInfoGets information about an existing page in a PDF Document.
Public Method GetInfoExGets information about an existing page in a PDF document in terms of a specific coordinate system.
Public Method GetSecurityGets the Security settings of the Document if it's secure, using the specified Owner Password.
Public Method GetTextFinderGets a TextFinder object for a page of the current document which contains the matching text information from user-defined criteria.
Public Method ImportXFDFSpecifies information on how PDF imports XFDF annotation information to the PDF document.
Public Method ImportXFDFVariantImports XFDF text data to PDF annotations.
Public Method InsertPagesInsert pages into the current PdfDocument from another PdfDocument.
Public Method IsStrictlyDeviceGrayDetermines if the page strictly uses the color space DeviceGray for visible graphics.
Public Method MovePageMoves a page from one index in the PdfDocument to another location.
Public Method NewDocumentCreates a new PdfDocument.
Public Method OpenDocumentOpens a PDFDocument using the specified FileName and Password.
Public Method OpenDocumentExOpens the PDF document with an option to repair.
Public Method OpenDocumentFromBufferOpens a PDF document from a buffer.
Public Method OpenDocumentFromHandleOpens a PDF document from a handle.
Public Method OpenDocumentOptionsOpens a PDF document with the specified option values.
Public Method RemoveBookmarkRemoves a bookmark from a PDF document.
Public Method RemoveSecurityRemoves the Security of a Document that is secure.
Public Method RenderPageOptionsToBitmapGenerates a bitmap of an existing page using the current screen resolution.
Public Method RenderPageOptionsToDataRenders a page to an ImageDataInfo object.
Public Method RenderPageOptionsToDcDraw PDF page to a Windows GDI device context.
Public Method RenderPageOptionsToDibRenders a page to a (DIB) Device Independent Bitmap at screen resolution.
Public Method RenderPageOptionsToEPSRenders a page to an Encapsulated PostScript file.
Public Method RenderPageToBitmapRenders a page to a bitmap.
Public Method RenderPageToDibRenders a page to a DIB (Device Independent Bitmap).
Public Method SaveDocumentSaves the document with the given save option values.
Public Method SaveDocumentExSaves the document with the given save option values.
Public Method SaveDocumentToBufferSaves a PDF document into a new local memory buffer.
Public Method SaveDocumentToBufferExSaves a PDF document into a new local memory buffer.
Public Method SaveDocumentToHandleSaves a PDF document into a new global memory buffer, accessed using a handle.
Public Method SaveDocumentToHandleExSaves a PDF document into a new global memory buffer, accessed using a handle.
Public Method SetParentControlSets the parent PDFXpress control.
Public Method SetRotationOfPageSets the rotation of the specified page.
Public Properties
Public Property DocumentIDGets and sets the PDF document ID.
Public Property DocumentLinearizedGets whether the PDF file is linearized.
Public Property DocumentMetadataGets a reference to DocumentMetadata, which includes general information like the document title, author, and creation dates.
Public Property DocumentPageCountGets the number of pages in the PDF document.
Public Property IsPortfolioGets whether the document is a portfolio.
Public Property OwnImageGets and sets a value which indicates if the image is owned by a PDF document.
Public Property VersionGets the version of the PDF standard to which the document adheres.
Events
Public Event CancelInsertPagesEvent that fires after each page is inserted to allow the user to cancel the current process.
Public Event ContinueExportEvent that fires during exporting to allow continuation or inserting a cancel.
Public Event ContinueImportEvent that fires during importing to allow continuation or inserting a cancel.
Public Event ExportedAnnotationThe ExportedAnnotation event is raised after each PDF annotation is completely exported to another format.
See Also

PdfDocument Object

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback