Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PdfSaveOptions Class
Properties Events

In This Topic
    PdfSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by PdfSaveOptions.

    Public Constructors
     NameDescription
    Public Constructor Constructor.  
    Top
    Public Properties
     NameDescription
    Public Property Represents the document properties of the pdf.  
    Public Property Represents the format in which the workbook is saved. (Inherited from GrapeCity.Documents.Excel.SaveOptionsBase)
    Public Property Gets or sets the image quality, in percent. This value must be between 0 (lowest quality, maximum compression) to 100 (highest quality, no compression). The default is 75.  
    Public Property Get or set the JavaScript to be execute when the saved PDF file is opened.  
    Public Property True if the sheet's background image is printed on the page.  
    Public Property True if the transparency of the cell's background color is printed on the page.  
    Public Property Represents the security settings of pdf.  
    Public Property The settings about performing shrink to fit on the wrapped text.  
    Public Property The settings that contains information specifying how the current document should be displayed.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a page was printed.  
    Public Event Occurs before printing a page.  
    Top
    See Also