![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents Publisher print provider More...
Public Member Functions | |
| PublisherPrintProvider () | |
| Initializes a new instance of the PublisherPrintProvider class. | |
| override 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. | |
| Boolean | Bookmarks [getset] |
| Gets or sets a value indicating whether this OfficePrintProvider can has bookmarks. More... | |
| Boolean | Hyperlinks [getset] |
| Gets or sets a value indicating whether this OfficePrintProvider can has hyperlinks. More... | |
| 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 Publisher 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. |
|
virtual |
Creates the print provider.
| strFileName | Name of the file. |
| pPrintProvider | The print provider handle. |
Reimplemented from SolidFramework.Pdf.Creators.GenericPrintProvider.
|
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 a value indicating whether this OfficePrintProvider can has bookmarks.
true if bookmarks; otherwise, false.
|
getsetinherited |
Gets or sets a value indicating whether this OfficePrintProvider can has hyperlinks.
true if hyperlinks; otherwise, false.
|
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.