Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorList Class / Build Method / Build(Page,Single,Single,Boolean) Method
The GrapeCity.Documents.Pdf.Page object.
The horizontal resolution.
The vertical resolution.
Indicates whether to ignore errors in PDF content stream during rendering.

In This Topic
    Build(Page,Single,Single,Boolean) Method
    In This Topic
    Creates the OperatorList object from page's content stream. The page bounds calculated using GrapeCity.Documents.Pdf.Page.GetRenderSize method.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Build( _
       ByVal page As Page, _
       ByVal dpiX As System.Single, _
       ByVal dpiY As System.Single, _
       ByVal ignoreErrors As System.Boolean _
    ) As OperatorList
    public static OperatorList Build( 
       Page page,
       System.float dpiX,
       System.float dpiY,
       System.bool ignoreErrors
    )

    Parameters

    page
    The GrapeCity.Documents.Pdf.Page object.
    dpiX
    The horizontal resolution.
    dpiY
    The vertical resolution.
    ignoreErrors
    Indicates whether to ignore errors in PDF content stream during rendering.

    Return Value

    The created OperatorList object.
    See Also