Class DocumentFacet
- Namespace
- LMKit.Inspection
- Assembly
- LM-Kit.NET.dll
The strongly-typed document summary of a FileInspection: the fields a document UI binds to directly. Null on non-document files; individual members are null when the source does not carry them. Everything else (custom properties, XMP, revision counters, ...) lives in Properties.
public sealed class DocumentFacet
- Inheritance
-
DocumentFacet
- Inherited Members
Properties
- Application
The producing application (PDF Producer / Office Application).
- Author
Author / creator person.
- CreatedAt
When the document was created (no reliable time zone in most sources).
- IsEncrypted
True when the file is password-protected / encrypted.
- Keywords
Keywords, as authored (a single delimited string in most formats).
- ModifiedAt
When the document was last modified.
- PageCount
Page count (PDF pages, Word pages, presentation slides), when stated.
- Subject
Subject / description.
- Title
Document title from its own metadata (not the file name).
- WordCount
Word count, when the producing application recorded it.