'Declaration <DescriptionAttribute("The settings, which define how to build searchable PDF document that contains text over image.")> <CategoryAttribute("Compression")> Public Property TextOverImageSettings As OcrTextOverImageSettings
[Description("The settings, which define how to build searchable PDF document that contains text over image.")] [Category("Compression")] public OcrTextOverImageSettings TextOverImageSettings { get; set; }
[Description("The settings, which define how to build searchable PDF document that contains text over image.")] [Category("Compression")] public: __property OcrTextOverImageSettings* get_TextOverImageSettings(); public: __property void set_TextOverImageSettings(
OcrTextOverImageSettings* value
);
[Description("The settings, which define how to build searchable PDF document that contains text over image.")] [Category("Compression")] public:
property OcrTextOverImageSettings^ TextOverImageSettings { OcrTextOverImageSettings^ get(); void set(OcrTextOverImageSettings^ value); }
Property Value
Default value is new instance of OcrTextOverImageSettings class.