.NET Framework Class Library
ConverterEndPageEventArgs.InputDocument Property
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterEndPageEventArgs Class > ConverterEndPageEventArgs Properties > ConverterEndPageEventArgs.InputDocument Property |
Gets information about the current input document.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public ReadOnly Property InputDocument As ConverterDocumentInfoEventArgs |
C# |
public ConverterDocumentInfoEventArgs InputDocument { get; } |
Visual C++ |
public: |
ConverterEndPageEventArgs Class