RedactorAppearanceMaxFontSize Property |
Specifies the maximum font size used to represent the text in the overlay.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double MaxFontSize { get; set; }
Public Property MaxFontSize As Double
Get
Set
public:
virtual property double MaxFontSize {
double get () sealed;
void set (double value) sealed;
}
function get_MaxFontSize();
function set_MaxFontSize(value);
Property Value
Type:
DoubleSee Also