Skip to main content
All docs
V26.1
  • SampledFunction(Int32[], Int32, Int64[]) Constructor

    Initializes a new instance of the SampledFunction class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public SampledFunction(
        int[] size,
        int bitsPerSample,
        long[] samples
    )

    Parameters

    Name Type
    size Int32[]
    bitsPerSample Int32
    samples Int64[]
    See Also