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