[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SavePdfOptions.UseObjectStreams

UseObjectStreams Property

UseObjectStreams

Gets or sets a value indicating whether to use object streams when saving the PDF.

Setting this property to Multiple (recommended) or Single would in most cases significantly reduce the size of the PDF.

Note that this property is ignored and object streams are not used if:
  • The document is created using StartDoc(Stream)/EndDoc() methods.
  • The document is saved in linearized form.
  • The document uses cross-reference table and is saved using incremental update.
Declaration
public UseObjectStreams UseObjectStreams { get; set; }
Public Property UseObjectStreams As UseObjectStreams