Classes | |
class | IImageOrPrintOptions |
Allows to specify options when rendering worksheet to images, printing worksheet or rendering chart to image. More... | |
class | IPageSavingCallback |
class | IPdfBookmarkEntry |
PdfBookmarkEntry is an entry in pdf bookmark. if Text property of current instance is null or "", current instance will be hidden and children will be inserted on current level. More... | |
class | ISheetRender |
Represents a worksheet render which can render worksheet to various images such as (BMP, PNG, JPEG, TIFF..) The constructor of this class , must be used after modification of pagesetup, cell style. More... | |
class | PageEndSavingArgs |
class | PageSavingArgs |
class | PageStartSavingArgs |
Enumerations | |
enum | PdfCompliance { PdfCompliance_None = 0, PdfCompliance_PdfA1b = 1, PdfCompliance_PdfA1a = 2 } |
Allowing user to set PDF convertion's Compatibility More... | |
enum | PdfCompressionCore { PdfCompressionCore_None, PdfCompressionCore_Rle, PdfCompressionCore_Lzw, PdfCompressionCore_Flate } |
Specifies a type of compression applied to all content in the PDF file except images. More... | |
enum | PdfOptimizationType { PdfOptimizationType_Standard, PdfOptimizationType_MinimumSize } |
Specifies a type of optimization. More... | |
enum | TiffCompression { TiffCompression_CompressionNone = 0, TiffCompression_CompressionRle = 1, TiffCompression_CompressionLZW = 2, TiffCompression_CompressionCCITT3 = 3, TiffCompression_CompressionCCITT4 = 4 } |
Specifies what type of compression to apply when saving images into TIFF format file. More... | |
Specifies a type of optimization.
Specifies what type of compression to apply when saving images into TIFF format file.