←Select platform

Type Property

Summary

Gets the type of this document page.

Syntax
C#
VB
Objective-C
C++
Java
public override DocumentWriterPageType Type { get; } 
Public Overrides ReadOnly Property Type As DocumentPageType 
@property (nonatomic, assign, readonly) LTDocumentPageType type 
@Override public DocumentPageType getType() 
public: 
property DocumentPageType Type { 
   DocumentPageType get() override; 
} 

Property Value

The type of this document page (DocumentWriterPageType.Raster).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly