public interface IOpacity
Interface defines Opacity property for Signature area on Document Page.
Modifier and Type | Method and Description |
---|---|
double |
getOpacity()
Gets or sets a value to indicate the Signature Opacity.
|
void |
setOpacity(double value)
Gets or sets a value to indicate the Signature Opacity.
|
double getOpacity()
Gets or sets a value to indicate the Signature Opacity. The value is from 0.0 to 1.0. By default the value is 1.0.
void setOpacity(double value)
Gets or sets a value to indicate the Signature Opacity. The value is from 0.0 to 1.0. By default the value is 1.0.
Copyright © 2019. All rights reserved.