Previous Topic: bool GetCompression(void)

Next Topic: HINT32 GetAttachmentType(void)


void SetCompression(bool bCompression)

Sets flag denoting if compression to be used.

Owning Class

CaFormAttachment

Arguments

True if compression used, false if not used

Return Value

None

Exceptions

Throws CaException on error.

Example

FormAttachment.SetCompression(false);

More information: