ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Objects > IGSaveOptions Object > IGSaveOptions Properties > UsePageCompressions Property |
Gets and sets whether or not the compression types specified by the Compression Property of the IGPage Object within the IGDocument Object should be used for saving those pages when saving or updating an IGDocument Object. This property is only used by document saving methods such as SaveDocument Method. If this property is set to False, then the entire document will be saved using the compression specified by the Format Property of IGSaveOptions Object. If this property is set to True, then individual pages may be saved using different compression types depending on the values of their Compression Property and CompressionUsed Property.
Read-write property
Boolean
Default Value: False
Valid Values: False, True
N/A