'Declaration Public Property EmfType As Nullable(Of EmfType)
public Nullable<EmfType> EmfType {get; set;}
The default is null (the property is not defined at the multi-document level).
'Declaration Public Property EmfType As Nullable(Of EmfType)
public Nullable<EmfType> EmfType {get; set;}