Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentPage Class : Type Property |
public abstract DocumentPageType Type {get;}
'Declaration
Public MustOverride ReadOnly Property Type As DocumentPageType
'Usage
Dim instance As DocumentPage Dim value As DocumentPageType value = instance.Type
public abstract DocumentPageType Type {get;}
@property (nonatomic, assign, readonly) LTDocumentPageType type
public abstract DocumentPageType getType()
get_Type();
public: abstract property DocumentPageType Type { DocumentPageType get(); }