Name | Description | |
---|---|---|
![]() | RemoveTransparencyFromContentStreamCommand | Initializes a new instance of the RemoveTransparencyFromContentStreamCommand class. |
Name | Description | |
---|---|---|
![]() | RemoveTransparencyFromContentStreamCommand | Initializes a new instance of the RemoveTransparencyFromContentStreamCommand class. |
Name | Description | |
---|---|---|
![]() | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. (Inherited from ProcessingCommand<TTarget>) |
![]() | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. (Inherited from ProcessingCommand<TTarget>) |
![]() | MaxVectorTransparencyComposition | Gets or sets the maximum count of PDF graphics figures, which can intersect with PDF grahics figure with transparency, for converting PDF graphics figure with transparency to the vector graphics. |
![]() | Name | Gets the name of processing command. |
![]() | RenderingResolution | Gets or sets the resolution, which is used by the command for rendering content, which will be converted from vector form to the raster form. |
![]() | TargetType | Gets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>) |
![]() | UseFallbackConvertation | Gets or sets a value indicating whether the command must use the fallback convertation (rasterization) to remove the transparency. |
Name | Description | |
---|---|---|
![]() | CanApplyTo | Determines whether this processing command can be applied to the specified target. (Inherited from ProcessingCommand<TTarget>) |
![]() | ConvertTarget | Overloaded. Create retargeted command with specified target type. (Inherited from ProcessingCommand<TTarget>) |
![]() | Execute | Overloaded. Executes the processing command for the specified PDF tree node. |
![]() | ToString | Returns a string representation of this object. (Inherited from ProcessingCommand<TTarget>) |
RemoveTransparencyFromContentStreamCommand Class
Vintasoft.Imaging.Pdf.Processing Namespace