RedactorAppearanceMinFontSize Property |
Specifies the font used to represent the text in the overlay.
Specifies the minimum 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 MinFontSize { get; set; }
Public Property MinFontSize As Double
Get
Set
public:
virtual property double MinFontSize {
double get () sealed;
void set (double value) sealed;
}
function get_MinFontSize();
function set_MinFontSize(value);
Property Value
Type:
DoubleSee Also