Aspose::Cells::Rendering Namespace Reference

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...
 

Enumeration Type Documentation

◆ PdfCompliance

Allowing user to set PDF convertion's Compatibility

Enumerator
PdfCompliance_None 

Normal pdf format

PdfCompliance_PdfA1b 

Pdf format compatible with PDFA-1b

PdfCompliance_PdfA1a 

Pdf format compatible with PDFA-1a

◆ PdfCompressionCore

Specifies a type of compression applied to all content in the PDF file except images.

Enumerator
PdfCompressionCore_None 

None

PdfCompressionCore_Rle 

Rle

PdfCompressionCore_Lzw 

Lzw

PdfCompressionCore_Flate 

Flate

◆ PdfOptimizationType

Specifies a type of optimization.

Enumerator
PdfOptimizationType_Standard 

High print quality

PdfOptimizationType_MinimumSize 

File size is more important than print quality

Font Arial and Times New Roman with characters 32-127 will not be embedded in pdf. Border lines are optimized for smaller file size.

◆ TiffCompression

Specifies what type of compression to apply when saving images into TIFF format file.

Enumerator
TiffCompression_CompressionNone 

Specifies no compression.

TiffCompression_CompressionRle 

Specifies the RLE compression scheme.

TiffCompression_CompressionLZW 

Specifies the LZW compression scheme.

TiffCompression_CompressionCCITT3 

Specifies the CCITT3 compression scheme.

TiffCompression_CompressionCCITT4 

Specifies the CCITT4 compression scheme.