UsePdfEngine Property (original) (raw)
Summary
Gets or sets a value to force using the LEADTOOLS PDF Engine (Leadtools.Pdf.Utilities.dll) when loading PDF files.
Syntax
public bool UsePdfEngine { get; set; }
public boolean getUsePdfEngine()
public void setUsePdfEngine(boolean value)
public:
property bool UsePdfEngine {
bool get();
void set ( bool );
}
Property Value
Value | Description |
---|---|
true | To force using the LEADTOOLS PDF Engine (Leadtools.Pdf.Utilities.dll) when loading PDF files. |
false | To not force using the LEADTOOLS PDF Engine (Leadtools.Pdf.Utilities.dll) when loading PDF files. |
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method