.NET Framework Class Library
ConverterEndDocumentEventArgs.OutputPageCount Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterEndDocumentEventArgs Class > ConverterEndDocumentEventArgs Properties > ConverterEndDocumentEventArgs.OutputPageCount Property |
Gets number of pages in the output document.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public ReadOnly Property OutputPageCount As Integer |
C# |
public int OutputPageCount { get; } |
Visual C++ |
public: |
ConverterEndDocumentEventArgs Class