ActiveReports Developer 7
PdfExport Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : PdfExport Class

Glossary Item Box

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 the PDF document.  
Public PropertyFontFallbackGets or sets a comma-delimited string of font families that will be used to lookup glyphs missing in original font  
Public PropertyImageInterpolationSpecifies the images interpolation value  
Public PropertyImageQualitySpecifies the quality used for any images that are converted by ActiveReports. Note that if a JPG image is used in the report, it is written directly to PDF without any conversion. Other image formats may incur a conversion, which this value will effect.  
Public PropertyImageResolutionSets or returns the resolution of images converted from metafiles.  
Public PropertyNeverEmbedFontsSets or returns a comma-delimited string of values indicating fonts that should not be embedded in a PDF document.  
Public PropertyOptionsReturns an object allowing you to specify viewer preferences and document information options for the exported PDF document.  
Public PropertyPaginationGets or sets the value indicates should pagination be used for resulted PDF document or not  
Public PropertySecurityReturns a PdfSecurity object for initializing document encryption and security.  
Public PropertySignatureSpecifies the signature settings for pdf export  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyVersionSets or returns the version of the PDF format the exported document is saved in.  
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodExportOverloaded. Exports the specified page document to a PDF file.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also