Represents the PDF printer component.
Namespace: Gnostice.PDFOne.PDFPrinter
Assembly: Gnostice.PDFOne.PDFPrinter (in Gnostice.PDFOne.PDFPrinter.dll) Version: 23.1.26.1881 (23.1.26.1881)
Syntax
Visual Basic
|
<ToolboxBitmapAttribute(GetType(PDFPrinter), "PDFPrinter.bmp")> _
Public NotInheritable Class PDFPrinter _
Inherits Component
|
C#
|
[ToolboxBitmapAttribute(typeof(PDFPrinter), "PDFPrinter.bmp")]
public sealed class PDFPrinter : Component
|
Visual C++
|
[ToolboxBitmapAttribute(typeof(PDFPrinter), L"PDFPrinter.bmp")]
public ref class PDFPrinter sealed : public Component
|
JavaScript
|
Gnostice.PDFOne.PDFPrinter.PDFPrinter = function();
Type.createClass(
'Gnostice.PDFOne.PDFPrinter.PDFPrinter',
Component);
|
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Gnostice.PDFOne.PDFPrinter.PDFPrinter
See Also
PDFPrinter Members
Gnostice.PDFOne.PDFPrinter Namespace
|