SoVectorizeActionSetColorTranslationMethod Method |
Sets the method for choosing the color of the drawing on the sheet of paper.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public virtual void SetColorTranslationMethod(
SoVectorizeActionColorTranslationMethods method
)
Public Overridable Sub SetColorTranslationMethod (
method As SoVectorizeActionColorTranslationMethods
)
public:
virtual void SetColorTranslationMethod(
SoVectorizeActionColorTranslationMethods method
)
abstract SetColorTranslationMethod :
method : SoVectorizeActionColorTranslationMethods -> unit
override SetColorTranslationMethod :
method : SoVectorizeActionColorTranslationMethods -> unit
Parameters
- method
- Type: OIV.HardCopySoVectorizeActionColorTranslationMethods
Remarks The default value is REVERSE_ONLY_BLACK_AND_WHITE. This method is applied for all colors.
See Also