[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Saves a document to the file. Tab=Adobe [Property] +FileName=Sets the name of the file when saving with doSaveAs. ARG(string)|2| AsCopy=Sets a value indicating whether an image save as copy. ARG(bool)|14|1|True,False ExtensionType=Sets the policy and format for appending an extension to the filename when saving with doSaveAs. ARG(PsExtensionType)|14|0|psLowercase,psUppercase SaveOptions=Sets the policy for closing a document with doClose. ARG(PsSaveOptions)|14|0|psSaveChanges,psDoNotSaveChanges,psPromptToSaveChanges Document=Sets a Photoshop document to save. ARG(Document)|20|(empty)|PhotoshopDocument DocumentType=Sets the file format when saving with doSaveAs. ARG(PsSaveDocumentType)|20|(empty)|PsSaveDocumentType [Methods] doSave=Saves a document to the file. ARG()|1|0 *doSaveAs=Saves a document to the specified file name. ARG(string filename)|1|0 *doSaveAs2=Saves a document to the specified file name and format. ARG(string filename, PsSaveDocumentType documenttype)|1|0 *doSaveAs3=Saves a document to the specified file name, format and copy. ARG(string filename, PsSaveDocumentType documenttype, bool ascopy)|1|0 *doSaveAs4=Saves a document to the specified file name, format, copy and extention type. ARG(string filename, PsSaveDocumentType documenttype, bool ascopy, PsExtensionType extensiontype)|1|0 *doClose=Closes a document with a policy CloseOptions. ARG(PsSaveOptions documenttype)|1|0 Document=Defines the document to save. ARG(Document)|4|0 *asCopy=Defines a value indicating whether an image save as copy. ARG(bool)|4|104 *extensionType=Defines the policy and format for appending an extension to the filename when saving with doSaveAs. ARG(PsExtensionType)|4|0 *fileName=Defines the file name when saving with doSaveAs. ARG(string)|4|2 *documentType=Defines the file format when saving with doSaveAs. ARG(PsSaveDocumentType)|4|0