Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is numeric value of PDSaveFull?

Status
Not open for further replies.

vrabotni

Programmer
Joined
Feb 20, 2003
Messages
3
Location
CA
PDDoc class has Save() method.
The very first argument is short nType, which specifies the way in which file should be saved.

I was wondering what is the numeric value of the "PDSaveFull" constant.

Thank you.
 
Const PDSaveFull = 1
Const PDSaveBinaryOK = 16 (&H10)
Const PDSaveCollectGarbage = 32 (&H20)
Const PDSaveCopy = 2
Const PDSaveIncremental = 0
Const PDSaveLinearized = 4
Const PDSaveWithPSHeader = 8
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top