[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [Category("Appearance")] [DefaultValue(null)] [Description("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")] public PdfPaperMetaDataGenerationParameters PaperMetaData { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [Category("Appearance")] [DefaultValue(null)] [Description("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")] public: __property PdfPaperMetaDataGenerationParameters* get_PaperMetaData(); public: __property void set_PaperMetaData(
PdfPaperMetaDataGenerationParameters* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)] [Category("Appearance")] [DefaultValue(null)] [Description("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")] public:
property PdfPaperMetaDataGenerationParameters^ PaperMetaData { PdfPaperMetaDataGenerationParameters^ get(); void set(PdfPaperMetaDataGenerationParameters^ value); }
'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)> <CategoryAttribute("Appearance")> <DefaultValueAttribute(null)> <DescriptionAttribute("Instructions to a barcode encoding module of a conforming reader on how to generate the barcode image.")> Public Property PaperMetaData As PdfPaperMetaDataGenerationParameters