RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TPageType Enumeration

TPageType indicates the type of page being configured for printing.

Pascal
TPageType = (
  ptEnvelope,
  ptPaper
);
C++
enum TPageType {
  ptEnvelope,
  ptPaper
};

TPageType has one of the following values:

Value 
Meaning 
ptEnvelope  
Page is an envelope.  
ptPaper  
Page is a sheet of paper.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!