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

    Interface CPDFUIFormPreview

    interface CPDFUIFormPreview {
        style?: "fill" | "stroke";
        strokeWidth?: number;
        color?: `#${string}`;
    }
    Index

    Properties

    style?: "fill" | "stroke"

    'fill' or 'stroke'

    strokeWidth?: number
    color?: `#${string}`