Previous Topic: GetCompression Method

Next Topic: GetAttachmentType Method


SetCompression Method

Sets flag denoting if compression to be used.

Syntax

object.SetCompression(bCompression)

Owning Class

CaWFormAttachment

Arguments

True if compression used, false if not used.

Return Value

None

Example

FormAttachment.SetCompression(false)

More information: