[]
Creates the OperatorList object from page's content stream.
public static OperatorList Build(Page page, RectangleF bounds, ViewState viewState, float dpiX, float dpiY, bool ignoreErrors, bool includeTextPosition)
Public Shared Function Build(page As Page, bounds As RectangleF, viewState As ViewState, dpiX As Single, dpiY As Single, ignoreErrors As Boolean, includeTextPosition As Boolean) As OperatorList
Type | Name | Description |
---|---|---|
Page | page | The Page object. |
RectangleF | bounds | The draw bounds. |
ViewState | viewState | The ViewState object. |
float | dpiX | The horizontal resolution. |
float | dpiY | The vertical resolution. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during rendering. |
bool | includeTextPosition | Indicates whether to include information about position of text in content stream into PDF operators. |
Type | Description |
---|---|
OperatorList | The created OperatorList object. |
Creates the OperatorList object from page's content stream.
public static OperatorList Build(Page page, RectangleF bounds, ViewState viewState, float dpiX, float dpiY, bool ignoreErrors)
Public Shared Function Build(page As Page, bounds As RectangleF, viewState As ViewState, dpiX As Single, dpiY As Single, ignoreErrors As Boolean) As OperatorList
Type | Name | Description |
---|---|---|
Page | page | The Page object. |
RectangleF | bounds | The draw bounds. |
ViewState | viewState | The ViewState object. |
float | dpiX | The horizontal resolution. |
float | dpiY | The vertical resolution. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during rendering. |
Type | Description |
---|---|
OperatorList | The created OperatorList object. |
Creates the OperatorList object from page's content stream.
public static OperatorList Build(Page page, RectangleF bounds, float dpiX, float dpiY, bool ignoreErrors)
Public Shared Function Build(page As Page, bounds As RectangleF, dpiX As Single, dpiY As Single, ignoreErrors As Boolean) As OperatorList
Type | Name | Description |
---|---|---|
Page | page | The Page object. |
RectangleF | bounds | The draw bounds. |
float | dpiX | The horizontal resolution. |
float | dpiY | The vertical resolution. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during rendering. |
Type | Description |
---|---|
OperatorList | The created OperatorList object. |
Creates the OperatorList object from page's content stream. The page bounds calculated using GetRenderSize(float, float) method.
public static OperatorList Build(Page page, float dpiX, float dpiY, bool ignoreErrors, bool includeTextPosition)
Public Shared Function Build(page As Page, dpiX As Single, dpiY As Single, ignoreErrors As Boolean, includeTextPosition As Boolean) As OperatorList
Type | Name | Description |
---|---|---|
Page | page | The Page object. |
float | dpiX | The horizontal resolution. |
float | dpiY | The vertical resolution. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during rendering. |
bool | includeTextPosition | Indicates whether to include information about position of text in content stream into PDF operators. |
Type | Description |
---|---|
OperatorList | The created OperatorList object. |
Creates the OperatorList object from page's content stream. The page bounds calculated using GetRenderSize(float, float) method.
public static OperatorList Build(Page page, float dpiX, float dpiY, bool ignoreErrors)
Public Shared Function Build(page As Page, dpiX As Single, dpiY As Single, ignoreErrors As Boolean) As OperatorList
Type | Name | Description |
---|---|---|
Page | page | The Page object. |
float | dpiX | The horizontal resolution. |
float | dpiY | The vertical resolution. |
bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during rendering. |
Type | Description |
---|---|
OperatorList | The created OperatorList object. |