'Declaration <DefaultValueAttribute(True)> Public Property UseFallbackConvertation As Boolean
[DefaultValue(True)] public bool UseFallbackConvertation { get; set; }
[DefaultValue(True)] public: __property bool get_UseFallbackConvertation(); public: __property void set_UseFallbackConvertation(
bool value
);
Property Value
True - if the command must use the fallback convertation (rasterization); otherwise, false.
Default value is true.
Default value is true.