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

    Interface CPDFUIBorderStyle

    interface CPDFUIBorderStyle {
        fillColor?: `#${string}`;
        borderColor?: `#${string}`;
        borderWidth?: number;
        borderDashPattern?: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    fillColor?: `#${string}`
    borderColor?: `#${string}`
    borderWidth?: number
    borderDashPattern?: number[]