[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CopyService.SkipIncompleteFields

SkipIncompleteFields Property

SkipIncompleteFields

When true, incomplete complex fields (BeginChar/SeparatorChar copied without EndChar) are silently removed from the copied output instead of throwing ComplexFieldCopyException. The field's result content (between SeparatorChar and the range end) is preserved.

Declaration
public bool SkipIncompleteFields { get; set; }
Public Property SkipIncompleteFields As Boolean