Class DEMedicalPlan.Subheading
- Namespace
 - ScanbotSDK.MAUI.DocumentFormats.Barcode
 
- Assembly
 - ScanbotSDK.Shared.dll
 
Subheading
public class DEMedicalPlan.Subheading : GenericDocumentWrapper
  - Inheritance
 - 
      
      
      DEMedicalPlan.Subheading
 
- Inherited Members
 
Constructors
Subheading(GenericDocument)
public Subheading(GenericDocument document)
  Parameters
documentGenericDocument
Properties
Children
public DEMedicalPlan.Subheading.SubheadingChildren Children { get; }
  Property Value
GeneralNotes
General Note
public IEnumerable<Field> GeneralNotes { get; }
  Property Value
KeyWords
Key Words
public Field? KeyWords { get; }
  Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
  Property Value
SubheadingFreeText
Subheading Free Text
public Field? SubheadingFreeText { get; }