![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents Html Print Provider More...
Public Member Functions | |
HtmlPrintProvider () | |
Initializes a new instance of the HtmlPrintProvider class. | |
virtual NativeError | CreatePrintProvider (String strFileName, ref IntPtr pPrintProvider) |
Creates the print provider. More... | |
virtual NativeError | CreatePrintProvider (String strFileName, int nPrintProviderType, ref IntPtr pPrintProvider) |
Creates the print provider. More... | |
virtual void | Print (string path) |
Prints specified file More... | |
void | Cancel () |
Cancels the creation | |
void | Dispose () |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Static Public Member Functions | |
static GenericPrintProvider | Create (String path) |
Creates print provider for specified document More... | |
Properties | |
override String | SupportedExtensions [get] |
Gets the supported extensions. | |
ValidationMode | ValidationMode [getset] |
Gets or sets validation mode. | |
CreationResult | Result [getset] |
Gets or sets the result. More... | |
PdfDocumentType | OutputType [getset] |
Gets or sets the type of the output. More... | |
PdfCreator | PdfCreator [get] |
Gets the PDF creator. | |
string | Author [getset] |
Gets or sets the author of the document More... | |
string | Subject [getset] |
Gets or sets the subject of document More... | |
string | Title [getset] |
Gets or sets the title of document More... | |
string | Keywords [getset] |
Gets or sets the keywords. More... | |
Optimize | Optimize [getset] |
Gets or sets the optimize options More... | |
Events | |
EventHandler< ProgressEventArgs > | Progress |
Occurs when [progress]. | |
Represents Html Print Provider
|
staticinherited |
Creates print provider for specified document
path | The path. |
|
virtualinherited |
Creates the print provider.
strFileName | Name of the file. |
nPrintProviderType | Type of the print provider. |
pPrintProvider | The print provider handle. |
|
virtualinherited |
Creates the print provider.
strFileName | Name of the file. |
pPrintProvider | The print provider handle. |
Reimplemented in SolidFramework.Pdf.Creators.ExcelPrintProvider, SolidFramework.Pdf.Creators.PowerPointPrintProvider, SolidFramework.Pdf.Creators.PublisherPrintProvider, SolidFramework.Pdf.Creators.WordPerfectPrintProvider, and SolidFramework.Pdf.Creators.WordPrintProvider.
|
virtualinherited |
Prints specified file
path | The path. |
Reimplemented in SolidFramework.Pdf.Creators.ExcelPrintProvider, SolidFramework.Pdf.Creators.ImagePrintProvider, SolidFramework.Pdf.Creators.PowerPointPrintProvider, and SolidFramework.Pdf.Creators.WordPrintProvider.
|
getsetinherited |
Gets or sets the author of the document
The author.
|
getsetinherited |
Gets or sets the keywords.
The keywords.
|
getsetinherited |
Gets or sets the optimize options
The optimize.
|
getsetinherited |
Gets or sets the type of the output.
The type of the output.
|
getsetinherited |
Gets or sets the result.
The result.
|
getsetinherited |
Gets or sets the subject of document
The subject.
|
getsetinherited |
Gets or sets the title of document
The title.