mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 19:05:01 +08:00
add missing doc comments for operation context marked content
This commit is contained in:
@@ -98,12 +98,12 @@
|
||||
void ClosePath();
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Indicate that a marked content region is started.
|
||||
/// </summary>
|
||||
void BeginMarkedContent(NameToken name, NameToken propertyDictionaryName, DictionaryToken Properties);
|
||||
void BeginMarkedContent(NameToken name, NameToken propertyDictionaryName, DictionaryToken properties);
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Indicates that the current marked content region is complete.
|
||||
/// </summary>
|
||||
void EndMarkedContent();
|
||||
|
||||
|
Reference in New Issue
Block a user