[]
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)
| 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)
| 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)
| 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)
| 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)
| 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. |