Controls if the extracted images will have transparency information or not. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool TransparentImages { get; set; }
Public Property TransparentImages As Boolean
Get
Set
public:
property bool TransparentImages {
bool get ();
void set (bool value);
}
member TransparentImages : bool with get, set
Property Value
Type:
Boolean
Reference