Click or drag to resize

PdfButtonFieldIsImage Property

Gets a value which indicates whether or not this button form field triggers an image upload.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public bool IsImage { get; set; }

Property Value

Type: Boolean
Remarks

This property can not be changed if IsLocked is true.

RAD PDF can only detect buttons which trigger image uploads via the buttonImportIcon() API.

When true, some PDF tools call this an "Image Field" or "Image Button".

See Also