| Name | Description | |
|---|---|---|
![]() | BackgroundColor | Gets or sets the background color of drawn image. |
![]() | CanModifyImage | Gets a value indicating whether this command can modify an image. |
![]() | DestRect | Gets or sets the rectangle, in world space, that specifies the location and size of the drawn image. |
![]() | DrawingEngine | Gets or sets the drawing engine. |
![]() | ExpandSupportedPixelFormats | Gets or sets a value indicating whether the processing command need to convert the processing image to the nearest pixel format without color loss (GetOutputPixelFormat(VintasoftImage)) if processing command does not support pixel format of the processing image (SupportedNativePixelFormats). (Inherited from ProcessingCommandBase) |
![]() | ImageTransform | Gets or sets the transformation that must be applied to an image before rendering. |
![]() | InterpolationMode | Gets or sets the interpolation algorithm that is used to draw the image. |
![]() | IsCanceled | Gets a value indicating whether a processing command is canceled. (Inherited from ProcessingCommandBase) |
![]() | IsNested | Gets or sets a value indicating whether this command is nested into another command. (Inherited from ProcessingCommandBase) |
![]() | Name | Gets the name of the command. |
![]() | RestoreSourcePixelFormat | Gets or sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from ProcessingCommandBase) |
![]() | Results | Gets the results of execution of this command after execution of the command. Sets the results of previously executed commands, current command can use results if necessary. (Inherited from ProcessingCommandBase) |
![]() | SourceRect | Gets or sets the rectangle, in pixels, that specifies the portion of an image to draw. |
![]() | SupportedNativePixelFormats | Gets a list of supported native pixel formats for this processing command. |
![]() | SupportedPixelFormats | Gets a list of supported pixel formats for this processing command. (Inherited from ProcessingCommandBase) |
![]() | UseVectorRendering | Gets or sets a value indicating whether vector rendering must be used for rendering of PDF and DOCX pages. |

