'Declaration
Public Function PrintSetCollate( _ ByVal Collate As Boolean _ ) As GdPictureStatus
public GdPictureStatus PrintSetCollate( bool Collate )
public function PrintSetCollate( Collate: Boolean ): GdPictureStatus;
public function PrintSetCollate( Collate : boolean ) : GdPictureStatus;
public: GdPictureStatus PrintSetCollate( bool Collate )
public: GdPictureStatus PrintSetCollate( bool Collate )
Parameters
- Collate
- The new value of the printer collate setting.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.