| Xfinium.Pdf.Standards Namespace : PdfAError Enumeration |
'DeclarationPublic Enum PdfAError Inherits System.Enum
'UsageDim instance As PdfAError
public enum PdfAError : System.Enum
public enum class PdfAError : public System.Enum
| Member | Description |
|---|---|
| AnnotationActionTypeIsNotAllowed | Annotation action type is not allowed in a PDF/A-1 document. |
| AnnotationAdditionalActionsAreNotAllowed | Annotation additional actions are not allowed in a PDF/A-1 document. |
| AnnotationAppearanceIsInvalid | Annotation normal appearance must be a form XObject in a PDF/A-1 document. |
| AnnotationAppearancesAreNotAllowed | Annotation can have only the normal appearance in a PDF/A-1 document. |
| AnnotationColorIsNotRgb | The annotation color must be a color RGB in a PDF/A-1 document. |
| AnnotationFKeyIsMissing | The /F (Flags) key in annotation dictionary is mandatory in a PDF/A-1 document. |
| AnnotationInteriorColorIsNotRgb | The annotation interior color must be a color RGB in a PDF/A-1 document. |
| AnnotationIsHidden | Annotation cannot be marked as hidden in a PDF/A-1 document. |
| AnnotationIsNotPrintable | Annotation must be marked as printable in a PDF/A-1 document. |
| AnnotationIsNotVisible | Annotation must be marked as visible in a PDF/A-1 document. |
| AnnotationNormalAppearanceIsMissing | Annotation must have a normal appearance set in a PDF/A-1 document. |
| AnnotationOpacityIsNotAllowed | Annotation opacity level less than 100% is not allowed in a PDF/A-1 document. |
| AnnotationTypeIsNotAllowed | The annotation type is not allowed in a PDF/A-1 document. |
| CmykOutputProfileDoesNotMatchDocumentContent | A CMYK color profile must be present in a PDF/A-1 document's OutputIntents when CMYK colors are used in the content. |
| DocumentAcroFormNeedAppearancesKeyIsNotAllowed | The /NeedAppearances key in AcroForm dictionary cannot be set to true in a PDF/A-1 document. |
| DocumentAdditionalActionsAreNotAllowed | Document additional actions are not allowed in a PDF/A-1 document. |
| DocumentAttachmentsAreNotAllowed | Document attachments (embedded files) are not allowed in a PDF/A-1 document. |
| DocumentMetadataIsMissing | Metadata is mising from the document. |
| DocumentOpenActionTypeIsNotAllowed | The type of the document open action is not allowed in a PDF/A-1 document. |
| ExtendedGraphicStateAlphaChannelIsNotAllowed | Alpha channels are not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateBlendModeIsNotAllowed | Blend modes are not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateRenderingIntentIsNotAllowed | /Rendering intent is not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateSoftMaskIsNotAllowed | Soft masks are not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateTR2KeyIsNotAllowed | /TR2 key is not allowed in extended graphic state objects in a PDF/A-1 document. |
| ExtendedGraphicStateTRKeyIsNotAllowed | /TR key is not allowed in extended graphic state objects in a PDF/A-1 document. |
| FieldAdditionalActionsAreNotAllowed | Field additional actions are not allowed in a PDF/A-1 document. |
| FieldWidgetActionIsNotAllowed | Field widget actions are not allowed in a PDF/A-1 document. |
| FieldWidgetAdditionalActionsAreNotAllowed | Field widget additional actions are not allowed in a PDF/A-1 document. |
| FieldWidgetAppearanceIsMissing | The appearance is missing from a field widget. |
| ImageAlternatesKeyIsNotAllowed | /Alternates key is not allowed in an image object in a PDF/A-1 document. |
| ImageInterpolateKeyIsNotAllowed | /Interpolate key is not allowed in an image object in a PDF/A-1 document. |
| ImageOPIKeyIsNotAllowed | /OPI key is not allowed in an image object in a PDF/A-1 document. |
| ImageRenderingIntentIsNotAllowed | /Rendering intent is not allowed in image objects in a PDF/A-1 document. |
| InvalidPdfADocument | The document cannot be formatted using PDF/A standard. |
| OptionalContentIsNotAllowed | Optional content is not allowed in a PDF/A-1 document. |
| PostScriptFormXObjectIsNotAllowed | PostScript form XObjects are not allowed in a PDF/A-1 document. |
| RgbCmykMixIsNotAllowed | RGB and CMYK colors cannot be used in the same time in a PDF/A-1 document. |
| RgbOutputProfileDoesNotMatchDocumentContent | A RGB color profile must be present in a PDF/A-1 document's OutputIntents when RGB colors are used in the content. |
| StandardPdfFontIsNotAllowed | Standard base 14 PDF fonts are not allowed in a PDF/A-1 document. |
| TextAnnotationCanBeRotated | Text annotation cannot be rotated in a PDF/A-1 document. |
| TextAnnotationCanBeZoomed | Text annotation cannot be zoomed in a PDF/A-1 document. |
| TrueTypeFontIsNotEmbedded | TrueType fonts must be embedded in a PDF/A-1 document. |
| Type0FontIsNotEmbedded | Type0 fonts must be embedded in a PDF/A-1 document. |
| Type1FontIsNotEmbedded | Type1 fonts must be embedded in a PDF/A-1 document. |
| XObjectOPIKeyIsNotAllowed | /OPI key is not allowed in a form XObject in a PDF/A-1 document. |
| XObjectPSKeyIsNotAllowed | /PS key is not allowed in a form XObject in a PDF/A-1 document. |
| XObjectRefKeyIsNotAllowed | /Ref key is not allowed in a PDF/A-1 document. |
| XObjectSoftMaskIsNotAllowed | A form XObject cannot have a softmask in a PDF/A-1 document. |
| XObjectSubtype2KeyIsNotAllowed | /Subtype2 key is not allowed in a form XObject in a PDF/A-1 document. |
| XObjectTransparencyGroupIsNotAllowed | An image or a form XObject cannot have a transparency group in a PDF/A-1 document. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Standards.PdfAError
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library