ActiveReports.PdfExport Request technical support
PdfExport Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by PdfExport.

Public Constructors

 NameDescription
Public ConstructorPdfExport ConstructorInitializes a new instance of the PdfExport class.  
Top

Public Properties

 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyConvertMetaToPngSets or returns a value indicating whether Windows metafiles are converted to PNG files in the exported PDF document.  
Public PropertyExportBookmarksSets or returns a value indicating whether bookmarks are exported to and shown in the PDF document.   
Public PropertyImageQualitySets or returns a value indicating the level of quality at which to export metafile images.  
Public PropertyImageResolutionGets or sets the image resolution for the PDF export if a metafile is used as an image for the picture control or if the Page.DrawPicture api is used.  
Public PropertyNeverEmbedFontsGets or sets a semicolon-delimited string of values indicating which fonts should not be embedded in the PDF document.  
Public PropertyOptionsGets a PdfDocumentOptions object that allows you to specify viewer preferences and document information options for the exported PDF document.  
Public PropertySecurityGets a PdfSecurity object which allows you to initialize document encryption and security.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyVersionGets or sets the version of the PDF format to which the exported document is saved.  
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeReleases the PdfExport object from memory. (Inherited from System.ComponentModel.Component)
Public MethodExportOverloaded. Exports the specified document to PDF format.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Top

See Also