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();
|
void ClosePath();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Indicate that a marked content region is started.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void BeginMarkedContent(NameToken name, NameToken propertyDictionaryName, DictionaryToken Properties);
|
void BeginMarkedContent(NameToken name, NameToken propertyDictionaryName, DictionaryToken properties);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
///
|
/// Indicates that the current marked content region is complete.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void EndMarkedContent();
|
void EndMarkedContent();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user