PdfEmbeddedFile.WriteWithoutCompression Property

Gets or sets the value indicating whether this file should be embedded as is, without being compressed.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool WriteWithoutCompression { get; set; }
VB
Public Property WriteWithoutCompression As Boolean
	Get
	Set

Property Value

Type: Boolean
The value indicating whether this file should be embedded as is, without being compressed.

See Also