[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=PsOpenDocumentType Info=Specifies RAW format open options. Tab=Adobe [Property] Name=Sets the name of the component. ARG(string)|2| @BitsPerChannel=Sets the number of bits for each channel. ARG(int)|14|0|8,16 @ByteOrder=Sets the order in which multibyte values are read. Valid only when BitsPerChannel=16. ARG(PsByteOrder)|14|0|psIBMByteOrder,psMacOSByteOrder @ChannelNumber=Sets the number of channels in the image [1..56]. The value of cannot exceed the number of channels in the image. When BitsPerChannel=16, the only valid values are 1, 3, or 4. ARG(int)|1|0 @HeaderSize=Sets the number of bytes of information that will appear in the file before actual image information begins; that is, the number of zeroes inserted at the beginning of the file as placeholders [0..1919999]. ARG(int)|1|0 @Height=Sets the height of the image (in pixels). ARG(int)|1|0 @InterleaveChannels=Sets a value indicating whether to store color values sequentially. ARG(bool)|14|1|True,False @RetainHeader=Sets a value indicating whether to retain the header when saving. Valid only when headerSize is 1 or greater. ARG(bool)|14|1|True,False @Width=Sets the image width in pixels. ARG(int)|1|0 [Methods] OpenOptions=Returns RAW format open options object. ARG(PsOpenDocumentType)|3|0