Class PdfStreamWriterSettings
Represents settings for the produced PDF file stream.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Streaming
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class PdfStreamWriterSettings
Properties
DocumentInfo
Gets the document information.
Declaration
public RadFixedDocumentInfo DocumentInfo { get; }
Property Value
RadFixedDocumentInfo
|
ImageCompression
Gets or sets the image compression type.
Declaration
public ImageFilterTypes[] ImageCompression { get; set; }
Property Value
ImageFilterTypes[]
|
ImageQuality
Gets or sets the default image quality when exporting images to PDF. The default value is High.
The value of this property will be overridden when specifying the ImageQuality in ImageSource constructor or when creating ImageSource from EncodedImageData. The higher the quality, the bigger the document size.
Declaration
public ImageQuality ImageQuality { get; set; }
Property Value
ImageQuality
The image quality. |
StreamCompression
Gets or sets the content stream compression type.
Declaration
public StreamFilterTypes[] StreamCompression { get; set; }
Property Value
StreamFilterTypes[]
|
WriteAnnotations
Gets or sets boolean value indicating whether to write annotations.
Declaration
public bool WriteAnnotations { get; set; }
Property Value
System.Boolean
Value indication whether to write annotations. |