TPageType indicates the type of page being configured for printing.
TPageType = ( ptEnvelope, ptPaper );
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!
|