ImageAppearanceGrayscale Property |
Setup this flag to true if gray-scale filter is required.
Namespace: GroupDocs.Signature.Options.AppearancesAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic bool Grayscale { get; set; }
Public Property Grayscale As Boolean
Get
Set
public:
property bool Grayscale {
bool get ();
void set (bool value);
}
member Grayscale : bool with get, set
Property Value
Type:
Boolean
See Also