ActiveReports 12
PdfExport Class Members
Properties  Methods  Events

GrapeCity.ActiveReports.Export.Pdf.v12 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : PdfExport Class

The following tables list the members exposed by PdfExport.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the PdfExport class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.Component)
Public PropertySets or returns a value indicating whether Windows metafiles are converted to PNG files in the exported PDF document.  
Public PropertySets or returns a value indicating whether bookmarks are exported to the PDF document.  
Public PropertyGets or sets a comma-delimited string of font families that will be used to lookup glyphs missing in original font  
Public PropertySpecifies the images interpolation value.  
Public PropertySpecifies 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 PropertySets or returns the resolution of images converted from metafiles.  
Public Property

Sets or returns a semicolon-delimited string of values indicating fonts that should not be embedded in a PDF document.

Note: When you add fonts to NeverEmbedFonts property, 2 bytes characters may be distorted in PDF output since the export filter in such cases uses the glyphs from the default system font.

 
Public PropertyReturns an object allowing you to specify viewer preferences and document information options for the exported PDF document.  
Public PropertyGets or sets the value, that indicates whether pagination should be used for resultant PDF document or not.  
Public PropertyGets the print presets.  
Public PropertyReturns a PdfSecurity object for initializing document encryption and security.  
Public PropertySpecifies the signature settings for pdf export  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertySets or returns the version of the PDF format the exported document is saved in.  
Top
Public Methods
 NameDescription
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Exports the specified page document to a PDF file.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Top
See Also

Reference

PdfExport Class
GrapeCity.ActiveReports.Export.Pdf.Section Namespace