Symbology.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/object.h>
5 
6 namespace System
7 {
8 class String;
9 } // namespace System
10 
11 namespace Aspose {
12 
13 namespace Pdf {
14 
15 namespace Forms {
16 
21 enum class Symbology
22 {
26  PDF417,
31  QRCode,
37 };
38 
40 {
42  typedef System::Object BaseType;
43 
44  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
45  RTTI_INFO_DECL();
46 
47 public:
48 
49  static System::String ToString(Symbology value);
50  static Symbology ToEnum(System::String value);
51 
52 };
53 
54 } // namespace Forms
55 } // namespace Pdf
56 } // namespace Aspose
57 
58 
Symbology
A (Barcode) Symbology defines the technical details of a particular type of barcode: the width of the...
Definition: Symbology.h:21
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Definition: Symbology.h:39
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Definition: Artifact.h:67
A 2D matrix symbology consisting of black and white square modules arranged in either a square or rec...
Definition: AFRelationship.h:4
QR code (short for Quick Response) is a specific matrix barcode (2D code), readable by dedicated QR b...
A multi-row, variable-length 2D symbology with high data capacity and error-correction capability...
Whole PDF file will be submitted.