Enabled

RasterizationOptions.Enabled property

Gets or sets a value indicating whether all pages in the document need to be converted to images and put in a single PDF file. TRUE by default, set to FALSE in order to avoid rasterization.

public bool Enabled { get; set; }

See Also