ComPDF React Native - v3.0.0
    Preparing search index...

    Interface CPDFSignatureWidgetAttr

    Attributes for a signature widget area used in PDF forms.

    Controls visual appearance of the signature field (background and border).

    interface CPDFSignatureWidgetAttr {
        type: "signaturesFields";
        fillColor?: `#${string}`;
        borderColor?: `#${string}`;
        borderWidth?: number;
    }
    Index

    Properties

    type: "signaturesFields"
    fillColor?: `#${string}`

    Background fill color of the signature field.

    borderColor?: `#${string}`

    Border color of the signature field.

    borderWidth?: number

    Border width of the signature field.